home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / file.hlp < prev    next >
Text File  |  1989-01-09  |  622b  |  14 lines

  1. FILE = "filename";      Specify file for READ or WRITE
  2.  
  3. The FILE control specifies the name of the output file generated
  4. by a WRITE procedure or the name of the input file for a READ
  5. function.  The 'filename' must conform to DOS file name standards. 
  6. The 'filename' parameter must be surrounded by double quote
  7. characters.
  8.  
  9. Note that while WRITE output may be sent to a communications
  10. port, no handshaking or error checking is done other than that
  11. provided by the DOS BIOS.  It would be more appropriate to
  12. generate the data file on disk and subsequently send it via a
  13. general purpose communications program.
  14.